home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / misc / mkdepend.readme < prev    next >
Text File  |  1995-09-21  |  645b  |  15 lines

  1. Short:    Dependencygenerator for Makefiles
  2. Author:   Lars Düning <duening@ibr.cs.tu-bs.de>
  3. Uploader: Lars Düning <duening@ibr.cs.tu-bs.de>
  4. Type:     dev/misc
  5. Requires: OS 2.0
  6.  
  7. MkDepend scans C-source files recursively for includes and
  8. writes the found dependency trees into an existing makefile.
  9. Special features of MkDepend are:
  10.   - generates the complete transitive closure of all included files;
  11.   - searches the included files in several definable paths, and allows
  12.     to represent these pathnames by symbols in the generated makefile;
  13.   - the source/object filename relationships may be flexibly defined;
  14.   - quite fast file scanner :-).
  15.